/* css 重置 */* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #fff;
	font: normal 12px/22px 宋体;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #1974A1;
}
/*代码整理：www.juheweb.com */
/* 本例子css */
.scrollBox {
	width: 1080px;
	height:378px;
	background: url(../images/jjfa.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	position: relative;
}

.scrollBox .piclist {
	overflow: hidden;
	zoom: 1;
}

.scrollBox .ohbox {
	overflow: hidden;
	position: relative;
	margin-left:80px;
	padding-top:50px;
}

.scrollBox {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.scrollBox .piclist li {
	float: left;
	width: 860px;
	height:270px;
	padding:0 30px 0 30px;	
}

.scrollBox .piclist li span {
	height: 25px;
	line-height: 25px;
	display: block;
	text-align: center;
}

.scrollBox .pageBtn span {
	background: url(../images/bntBg.png) no-repeat;
	display: block;
	width: 37px;
	height: 59px;
	position: absolute;
	top: 152px;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
}

.scrollBox .pageBtn .prev {
	left: 20px;
	background-position: -11px -84px;
}

.scrollBox .pageBtn .next {
	right: 20px;
	background-position: -53px -84px;
}

.scrollBox .pageBtn .list {
	overflow: hidden;
	zoom: 1;
	margin: 10px 0 0 460px;
}

.scrollBox .pageBtn .list li {
	background: url(../images/bntBg.png);
	float: left;
	display: inline;
	width: 15px;
	height: 15px;
	background-position: -86px -57px;
	cursor: pointer;
	margin-left: 10px;
	line-height: 10000px;
	overflow: hidden;
}

.scrollBox .pageBtn .list li.on {
	background-position: -114px -57px
}